Loan transactions failed during UAT testing when forms exceeded 25 pages and utilized barcodes.
The form programming was revised to correctly map the barcode to the appropriate pagination requirements of the form based on the number of totals pages generated in the print output (which is derived, in part, by the number of borrowers identified on the loan). The result is that transactions containing a barcode, and exceeding 25 pages on the print output successfully process.
Previously, the MyDocPrep Billing Report would not return the reports for a full month. This issue occurred when the monthly report contained a large amount of transactions.
This issue has been resolved; the MyDocPrep Biling Report now returns monthly reports containing over 250,000 transactions.
When the DocPrep database appeared to be overworked, timeouts occurred when calling GetNextLoansEx and GetActiveLoans stored procedures. When this exception was encountered, it immediately called the database again. This increased the total number of active processes within the database.
This issue has been resolved in the 2016.3 release.